github.com/go-pg/migrations/v8.Collection.visitedDirs (field)
5 uses
github.com/go-pg/migrations/v8 (current package)
collection.go#L43: visitedDirs map[string]struct{}
collection.go#L257: if _, ok := c.visitedDirs[dir]; ok {
collection.go#L261: if c.visitedDirs == nil {
collection.go#L262: c.visitedDirs = make(map[string]struct{})
collection.go#L264: c.visitedDirs[dir] = struct{}{}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)